home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol F-12 / (Vol F-12) Jun 02 2012.iso / Games / saf2b12 / setup / saf.cfg < prev    next >
Text File  |  2012-06-02  |  2KB  |  58 lines

  1. <> Screen setting
  2.  
  3. Resolution   = 640x480;    
  4. Color depth  = 16;         15 is valid value
  5.  
  6.  
  7.  
  8. <> Velocidad y suavidad del juego. Este juego estß pensado para correr a 60 fps. Si su ordenador acepta que ponga la patanlla a 60Hz y el vsync a 1, conseguirß la mayor suavidad y no necesitarß usar el reloj, sino, ponga el reloj con un retraso de 16ms
  9.  
  10. Tick delay        = 16;     By default: 16. Duraci≤n del tick de reloj en ms. 0 para no usar reloj
  11. Number of vsync┤s = 1;      If wait vsync
  12. Monitor fps       = 60;     Velocidad de refresco del monitor, 0 para usar la velocidad por defecto
  13.  
  14.  
  15.  
  16. <> Controls
  17.  
  18. Joystick1 active    = 1;       If the joystick 1 is actived
  19. Joystick for player = 1;       If the joystick is for player 1 or player 2 
  20.  
  21. Right 1p     = 83;         
  22. Left 1p      = 82;        
  23. Up 1p        = 84;         
  24. Down 1p      = 85;         
  25. Jump 1p      = 105;        
  26. Button2 1p   = 107;
  27. Button3 1p   = 0;   
  28. Button4 1p   = 0;  
  29.        
  30. Right 2p     = 91;          
  31. Left 2p      = 37;           
  32. Up 2p        = 40;          
  33. Down 2p      = 90;         
  34. Jump 2p      = 89;          
  35. Button2 2p   = 88;        
  36. Button3 2p   = 0;          
  37. Button4 2p   = 0;
  38.  
  39. Pause = 55;
  40.  
  41. <> Permite seleccionar unos personajes diferentes a los predeterminados del juegos
  42. New character 1  = ClassicSonic.cfg;    Put 0 for none.
  43. New character 2  = 0;
  44.  
  45. <> Misc
  46. Water type = 0, 1;                   Part 1: 0->transparent, 1->grill, 2->lines. Part 2: movement of the water enabled/disabled  (1/0) 
  47. Vsync underwater = 0;                The transparent water is very slow so this could accelerate it
  48. Difficulty = 2;                      1->easy, 2->normal, 3->difficult, 4->more difφcil, 5...
  49. User stage = stage_usuario.cfg;
  50. Player 1 alone = 0;
  51. Language = 0;                        0->English, 1->Spanish
  52. Enabled music = 1;
  53. Frame skip = 0, 0;                   Part 1: frame skip. Part 2:if to skip the clock and the drawing (1) or only to skip the drawing (0)
  54. Screen fading = 1;
  55. Fast mode = 0;                       It configures the game with the options that work more quick
  56.  
  57.  
  58.